home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue53 / Clinic / TheDLL.dpr < prev    next >
Encoding:
Text File  |  1999-12-03  |  148 b   |  13 lines

  1. library TheDLL;
  2.  
  3. uses
  4.   SysUtils,
  5.   ErrorMsgs in 'ErrorMsgs.pas',
  6.   TheDLLUnit in 'TheDLLUnit.pas';
  7.  
  8. exports
  9.   DoSomething;
  10.  
  11. begin
  12. end.
  13.